From 3731572535613aafbd32e4e2abb9f9ca61afe344 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 5 May 1993 18:12:04 +0000 Subject: [PATCH] (blink-matching-paren-distance): Change default to 12,000. --- lisp/simple.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index eca0b9817ac..a991481995d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1986,9 +1986,8 @@ in the mode line." (defvar blink-matching-paren t "*Non-nil means show matching open-paren when close-paren is inserted.") -(defconst blink-matching-paren-distance 4000 - "*If non-nil, is maximum distance to search for matching open-paren -when close-paren is inserted.") +(defconst blink-matching-paren-distance 12000 + "*If non-nil, is maximum distance to search for matching open-paren.") (defun blink-matching-open () "Move cursor momentarily to the beginning of the sexp before point." -- 2.30.2